-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Position #502
base: main
Are you sure you want to change the base?
Update Position #502
Conversation
apparently Position unit tests are missing for |
this should not be passing before the corresponding PR is merged in Cyclus (cyclus/cyclus#1510) |
@@ -7,7 +7,7 @@ DeployInst::DeployInst(cyclus::Context* ctx) | |||
: cyclus::Institution(ctx), | |||
latitude(0.0), | |||
longitude(0.0), | |||
coordinates(latitude, longitude) {} | |||
coordinates(0,0) {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be updated to match the last commit to the cyclus repo where these are initialized in the header/snippet?
This follows cyclus/cyclus#1510.
simplifying the call to toolkit::Position